Autogenerated HTML docs for v1.5.0.1-26-gf5a92
diff --git a/git-show.html b/git-show.html index 48c4c0e..7dacc95 100644 --- a/git-show.html +++ b/git-show.html
@@ -515,15 +515,15 @@ an warning if the commit log message given to it does not look like a valid UTF-8 string, unless you explicitly say your project uses a legacy encoding. The way to say this is to - have core.commitencoding in <tt>.git/config</tt> file, like this: + have i18n.commitencoding in <tt>.git/config</tt> file, like this: </p> <div class="listingblock"> <div class="content"> -<pre><tt>[core] +<pre><tt>[i18n] commitencoding = ISO-8859-1</tt></pre> </div></div> <p>Commit objects created with the above setting record the value -of <tt>core.commitencoding</tt> in its <tt>encoding</tt> header. This is to +of <tt>i18n.commitencoding</tt> in its <tt>encoding</tt> header. This is to help other people who look at them later. Lack of this header implies that the commit log message is encoded in UTF-8.</p> </li> @@ -533,15 +533,15 @@ header of a commit object, and tries to re-code the log message into UTF-8 unless otherwise specified. You can specify the desired output encoding with - <tt>core.logoutputencoding</tt> in <tt>.git/config</tt> file, like this: + <tt>i18n.logoutputencoding</tt> in <tt>.git/config</tt> file, like this: </p> <div class="listingblock"> <div class="content"> -<pre><tt>[core] +<pre><tt>[i18n] logoutputencoding = ISO-8859-1</tt></pre> </div></div> <p>If you do not have this configuration variable, the value of -<tt>core.commitencoding</tt> is used instead.</p> +<tt>i18n.commitencoding</tt> is used instead.</p> </li> </ol> <p>Note that we deliberately chose not to re-code the commit log @@ -566,7 +566,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 09-Feb-2007 08:38:37 UTC +Last updated 19-Feb-2007 05:35:42 UTC </div> </div> </body>